type net/http.http2clientStream

29 uses

	net/http (current package)
		h2_bundle.go#L7500: 	streams         map[uint32]*http2clientStream // client-initiated
		h2_bundle.go#L7533: type http2clientStream struct {
		h2_bundle.go#L7586: func (cs *http2clientStream) get1xxTraceFunc() func(int, textproto.MIMEHeader) error {
		h2_bundle.go#L7593: func (cs *http2clientStream) abortStream(err error) {
		h2_bundle.go#L7599: func (cs *http2clientStream) abortStreamLocked(err error) {
		h2_bundle.go#L7614: func (cs *http2clientStream) abortRequestBodyWrite() {
		h2_bundle.go#L7624: func (cs *http2clientStream) closeReqBodyLocked() {
		h2_bundle.go#L7926: 		streams:               make(map[uint32]*http2clientStream),
		h2_bundle.go#L8420: func (cc *http2ClientConn) roundTrip(req *Request, streamf func(*http2clientStream)) (*Response, error) {
		h2_bundle.go#L8422: 	cs := &http2clientStream{
		h2_bundle.go#L8496: 	cancelRequest := func(cs *http2clientStream, err error) error {
		h2_bundle.go#L8549: func (cs *http2clientStream) doRequest(req *Request, streamf func(*http2clientStream)) {
		h2_bundle.go#L8562: func (cs *http2clientStream) writeRequest(req *Request, streamf func(*http2clientStream)) (err error) {
		h2_bundle.go#L8691: func (cs *http2clientStream) encodeAndWriteHeaders(req *Request) error {
		h2_bundle.go#L8738: func (cs *http2clientStream) cleanupWriteRequest(err error) {
		h2_bundle.go#L8810: func (cc *http2ClientConn) awaitOpenSlotForStreamLocked(cs *http2clientStream) error {
		h2_bundle.go#L8873: func (cs *http2clientStream) frameScratchBufferLen(maxFrameSize int) int {
		h2_bundle.go#L8915: func (cs *http2clientStream) writeRequestBody(req *Request) (err error) {
		h2_bundle.go#L9051: func (cs *http2clientStream) awaitFlowControl(maxBytes int) (taken int32, err error) {
		h2_bundle.go#L9341: func (cc *http2ClientConn) addStreamLocked(cs *http2clientStream) {
		h2_bundle.go#L9619: func (rl *http2clientConnReadLoop) handleResponse(cs *http2clientStream, f *http2MetaHeadersFrame) (*Response, error) {
		h2_bundle.go#L9738: func (rl *http2clientConnReadLoop) processTrailers(cs *http2clientStream, f *http2MetaHeadersFrame) error {
		h2_bundle.go#L9769: 	cs *http2clientStream
		h2_bundle.go#L9980: func (rl *http2clientConnReadLoop) endStream(cs *http2clientStream) {
		h2_bundle.go#L9996: func (rl *http2clientConnReadLoop) endStreamError(cs *http2clientStream, err error) {
		h2_bundle.go#L10001: func (rl *http2clientConnReadLoop) streamByID(id uint32) *http2clientStream {
		h2_bundle.go#L10011: func (cs *http2clientStream) copyTrailers() {